• frmStaffPaymentRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmStaffPaymentRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStaffPaymentRecord))
30         Me.Panel1 = New System.Windows.Forms.Panel()
31         Me.groupBox3 = New System.Windows.Forms.GroupBox()
32         Me.Button1 = New System.Windows.Forms.Button()
33         Me.DateTo = New System.Windows.Forms.DateTimePicker()
34         Me.DateFrom = New System.Windows.Forms.DateTimePicker()
35         Me.label7 = New System.Windows.Forms.Label()
36         Me.label9 = New System.Windows.Forms.Label()
37         Me.groupBox5 = New System.Windows.Forms.GroupBox()
38         Me.txtStaffName = New System.Windows.Forms.TextBox()
39         Me.Panel5 = New System.Windows.Forms.Panel()
40         Me.btnExportExcel = New System.Windows.Forms.Button()
41         Me.btnClose = New System.Windows.Forms.Button()
42         Me.btnReset = New System.Windows.Forms.Button()
43         Me.dgw = New System.Windows.Forms.DataGridView()
44         Me.Panel2 = New System.Windows.Forms.Panel()
45         Me.Label1 = New System.Windows.Forms.Label()
46         Me.lblSet = New System.Windows.Forms.Label()
47         Me.Panel1.SuspendLayout()
48         Me.groupBox3.SuspendLayout()
49         Me.groupBox5.SuspendLayout()
50         Me.Panel5.SuspendLayout()
51         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
52         Me.Panel2.SuspendLayout()
53         Me.SuspendLayout()
54         
'
55         
'Panel1
56         
'
57         Me.Panel1.BackColor = System.Drawing.Color.White
58         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
59         Me.Panel1.Controls.Add(Me.groupBox3)
60         Me.Panel1.Controls.Add(Me.groupBox5)
61         Me.Panel1.Controls.Add(Me.Panel5)
62         Me.Panel1.Controls.Add(Me.dgw)
63         Me.Panel1.Controls.Add(Me.Panel2)
64         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
65         Me.Panel1.Name =
"Panel1"
66         Me.Panel1.Size = New System.Drawing.Size(
1058, 614)
67         Me.Panel1.TabIndex =
2
68         
'
69         
'groupBox3
70         
'
71         Me.groupBox3.Controls.Add(Me.Button1)
72         Me.groupBox3.Controls.Add(Me.DateTo)
73         Me.groupBox3.Controls.Add(Me.DateFrom)
74         Me.groupBox3.Controls.Add(Me.label7)
75         Me.groupBox3.Controls.Add(Me.label9)
76         Me.groupBox3.Location = New System.Drawing.Point(
235, 75)
77         Me.groupBox3.Name =
"groupBox3"
78         Me.groupBox3.Size = New System.Drawing.Size(
383, 77)
79         Me.groupBox3.TabIndex =
44
80         Me.groupBox3.TabStop = False
81         Me.groupBox3.Text =
"Entry Date"
82         
'
83         
'Button1
84         
'
85         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
86         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
87         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
88         Me.Button1.Location = New System.Drawing.Point(
289, 42)
89         Me.Button1.Name =
"Button1"
90         Me.Button1.Size = New System.Drawing.Size(
82, 20)
91         Me.Button1.TabIndex =
46
92         Me.Button1.Text =
"Search"
93         Me.Button1.UseVisualStyleBackColor = True
94         
'
95         
'DateTo
96         
'
97         Me.DateTo.CalendarFont = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
98         Me.DateTo.CustomFormat =
"dd/MMM/yyyy"
99         Me.DateTo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
100         Me.DateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
101         Me.DateTo.Location = New System.Drawing.Point(
166, 42)
102         Me.DateTo.Name =
"DateTo"
103         Me.DateTo.Size = New System.Drawing.Size(
117, 20)
104         Me.DateTo.TabIndex =
12
105         
'
106         
'DateFrom
107         
'
108         Me.DateFrom.CalendarFont = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
109         Me.DateFrom.CustomFormat =
"dd/MMM/yyyy"
110         Me.DateFrom.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
111         Me.DateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
112         Me.DateFrom.Location = New System.Drawing.Point(
30, 42)
113         Me.DateFrom.Name =
"DateFrom"
114         Me.DateFrom.Size = New System.Drawing.Size(
124, 20)
115         Me.DateFrom.TabIndex =
11
116         
'
117         
'label7
118         
'
119         Me.label7.AutoSize = True
120         Me.label7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
121         Me.label7.Location = New System.Drawing.Point(
27, 21)
122         Me.label7.Name =
"label7"
123         Me.label7.Size = New System.Drawing.Size(
30, 13)
124         Me.label7.TabIndex =
9
125         Me.label7.Text =
"From"
126         
'
127         
'label9
128         
'
129         Me.label9.AutoSize = True
130         Me.label9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
131         Me.label9.Location = New System.Drawing.Point(
163, 21)
132         Me.label9.Name =
"label9"
133         Me.label9.Size = New System.Drawing.Size(
20, 13)
134         Me.label9.TabIndex =
10
135         Me.label9.Text =
"To"
136         
'
137         
'groupBox5
138         
'
139         Me.groupBox5.Controls.Add(Me.txtStaffName)
140         Me.groupBox5.Location = New System.Drawing.Point(
9, 75)
141         Me.groupBox5.Name =
"groupBox5"
142         Me.groupBox5.Size = New System.Drawing.Size(
218, 77)
143         Me.groupBox5.TabIndex =
43
144         Me.groupBox5.TabStop = False
145         Me.groupBox5.Text =
"Staff Name"
146         
'
147         
'txtStaffName
148         
'
149         Me.txtStaffName.Location = New System.Drawing.Point(
17, 31)
150         Me.txtStaffName.Name =
"txtStaffName"
151         Me.txtStaffName.Size = New System.Drawing.Size(
184, 20)
152         Me.txtStaffName.TabIndex =
0
153         
'
154         
'Panel5
155         
'
156         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
157         Me.Panel5.Controls.Add(Me.btnExportExcel)
158         Me.Panel5.Controls.Add(Me.btnClose)
159         Me.Panel5.Controls.Add(Me.btnReset)
160         Me.Panel5.Location = New System.Drawing.Point(
625, 81)
161         Me.Panel5.Name =
"Panel5"
162         Me.Panel5.Size = New System.Drawing.Size(
285, 70)
163         Me.Panel5.TabIndex =
42
164         
'
165         
'btnExportExcel
166         
'
167         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
168         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
169         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
170         Me.btnExportExcel.Location = New System.Drawing.Point(
189, 23)
171         Me.btnExportExcel.Name =
"btnExportExcel"
172         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 28)
173         Me.btnExportExcel.TabIndex =
5
174         Me.btnExportExcel.Text =
"Export Excel"
175         Me.btnExportExcel.UseVisualStyleBackColor = True
176         
'
177         
'btnClose
178         
'
179         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
180         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
181         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
182         Me.btnClose.Location = New System.Drawing.Point(
101, 23)
183         Me.btnClose.Name =
"btnClose"
184         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
185         Me.btnClose.TabIndex =
4
186         Me.btnClose.Text =
"Close"
187         Me.btnClose.UseVisualStyleBackColor = True
188         
'
189         
'btnReset
190         
'
191         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
192         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
193         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
194         Me.btnReset.Location = New System.Drawing.Point(
13, 23)
195         Me.btnReset.Name =
"btnReset"
196         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
197         Me.btnReset.TabIndex =
0
198         Me.btnReset.Text =
"Reset"
199         Me.btnReset.UseVisualStyleBackColor = True
200         
'
201         
'dgw
202         
'
203         Me.dgw.AllowUserToAddRows = False
204         Me.dgw.AllowUserToDeleteRows = False
205         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
206         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
207         Me.dgw.BackgroundColor = System.Drawing.Color.White
208         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
209         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
210         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
211         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
212         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
213         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
214         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
215         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
216         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
217         Me.dgw.ColumnHeadersHeight =
30
218         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
219         Me.dgw.EnableHeadersVisualStyles = False
220         Me.dgw.GridColor = System.Drawing.Color.White
221         Me.dgw.Location = New System.Drawing.Point(
9, 158)
222         Me.dgw.MultiSelect = False
223         Me.dgw.Name =
"dgw"
224         Me.dgw.ReadOnly = True
225         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
226         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
227         DataGridViewCellStyle3.BackColor = System.Drawing.Color.CadetBlue
228         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
229         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
230         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.DarkSlateGray
231         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
232         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
233         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
234         Me.dgw.RowHeadersWidth =
25
235         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
236         DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
237         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
238         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
239         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White
240         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle4
241         Me.dgw.RowTemplate.Height =
18
242         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
243         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
244         Me.dgw.Size = New System.Drawing.Size(
1034, 441)
245         Me.dgw.TabIndex =
40
246         
'
247         
'Panel2
248         
'
249         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
250         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
251         Me.Panel2.Controls.Add(Me.lblSet)
252         Me.Panel2.Controls.Add(Me.Label1)
253         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
254         Me.Panel2.Name =
"Panel2"
255         Me.Panel2.Size = New System.Drawing.Size(
1034, 62)
256         Me.Panel2.TabIndex =
0
257         
'
258         
'Label1
259         
'
260         Me.Label1.AutoSize = True
261         Me.Label1.BackColor = System.Drawing.Color.Transparent
262         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
263         Me.Label1.ForeColor = System.Drawing.Color.White
264         Me.Label1.Location = New System.Drawing.Point(
371, 17)
265         Me.Label1.Name =
"Label1"
266         Me.Label1.Size = New System.Drawing.Size(
208, 24)
267         Me.Label1.TabIndex =
0
268         Me.Label1.Text =
"List Of Payment Entry"
269         
'
270         
'lblSet
271         
'
272         Me.lblSet.AutoSize = True
273         Me.lblSet.Location = New System.Drawing.Point(
234, 25)
274         Me.lblSet.Name =
"lblSet"
275         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
276         Me.lblSet.TabIndex =
47
277         Me.lblSet.Text =
"Set"
278         Me.lblSet.Visible = False
279         
'
280         
'frmStaffPaymentRecord
281         
'
282         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
283         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
284         Me.BackColor = System.Drawing.Color.DarkSlateGray
285         Me.ClientSize = New System.Drawing.Size(
1086, 643)
286         Me.Controls.Add(Me.Panel1)
287         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
288         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
289         Me.MaximizeBox = False
290         Me.MinimizeBox = False
291         Me.Name =
"frmStaffPaymentRecord"
292         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
293         Me.Panel1.ResumeLayout(False)
294         Me.groupBox3.ResumeLayout(False)
295         Me.groupBox3.PerformLayout()
296         Me.groupBox5.ResumeLayout(False)
297         Me.groupBox5.PerformLayout()
298         Me.Panel5.ResumeLayout(False)
299         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
300         Me.Panel2.ResumeLayout(False)
301         Me.Panel2.PerformLayout()
302         Me.ResumeLayout(False)
303
304     End Sub
305     Friend WithEvents Panel1 As System.Windows.Forms.Panel
306     Friend WithEvents dgw As System.Windows.Forms.DataGridView
307     Friend WithEvents Panel2 As System.Windows.Forms.Panel
308     Friend WithEvents Label1 As System.Windows.Forms.Label
309     Friend WithEvents Panel5 As System.Windows.Forms.Panel
310     Friend WithEvents btnClose As System.Windows.Forms.Button
311     Friend WithEvents btnReset As System.Windows.Forms.Button
312     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
313     Friend WithEvents groupBox5 As System.Windows.Forms.GroupBox
314     Friend WithEvents groupBox3 As System.Windows.Forms.GroupBox
315     Friend WithEvents DateTo As System.Windows.Forms.DateTimePicker
316     Friend WithEvents DateFrom As System.Windows.Forms.DateTimePicker
317     Friend WithEvents label7 As System.Windows.Forms.Label
318     Friend WithEvents label9 As System.Windows.Forms.Label
319     Friend WithEvents txtStaffName As System.Windows.Forms.TextBox
320     Friend WithEvents Button1 As System.Windows.Forms.Button
321     Friend WithEvents lblSet As System.Windows.Forms.Label
322
323 End Class


Gõ tìm kiếm nhanh...